@charset "utf-8";
.container-fluid{
    max-width: 1430px;
}
body{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    background: #fff;
    color: #2b2b2b;
    font-family: "Source Han Sans CN","Microsoft YaHei","noto sans";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;     
}
@media (max-width: 992px){
    body{
        font-size: 14px;
    }
}
*{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#2b2b2b;
    transition: all 0.3s;
}
a:hover{
    text-decoration:none;
    color:#00449b;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: auto;
    max-width: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    width: 27px;
    height: 27px;
}
.banner .swiper-button-next{
    right: 10px;
}
.banner .swiper-button-prev{
    left: 10px;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1.0;
    border: 1px solid #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #1c3278;
    border: 1px solid #1c3278;
}
.banner img{
    width: 100%;
    max-width: none;
}
/* 底部 */
.footer{
    padding: 80px 0 40px 0;
    background: url(../img/foot.jpg) no-repeat center #fff;
    background-size: cover;
    color: #fff;   
    position: relative;
}
footer .fmenu{
   display: flex;
   justify-content: space-between;
   margin-bottom: 50px;
}
footer .fmenu li{
    min-width: 10%;
}
footer .foot-nav p.name{
    font-size: 18px;
    font-weight: 600;  
    line-height: 2;
}

footer .foot-nav ul li a,footer .foot-text a{
    color: #fff;
}
footer .foot-nav ul li a:hover,footer .foot-text a:hover{
    color: #ff3a3a;
}
footer .foot-nav ul li span{
    display: block;
    line-height: 1.0;
    padding-left: 20px;
    font-size: 32px;
    font-weight: 600;
}
footer .foot-copyright{
    width: 75%;
    margin: 15px 0px;
}

@media(max-width:767px){
    footer .foot-er{
        text-align: center;
    }
}
footer .foot-er .er-box{
    display: inline-block;
    width: 118px;
    text-align: center;
    padding: 8px;
    border: 1px solid #eaeaea;
    background: #fff;
    margin-left: 20px;
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    font-size: 12px;
    opacity: 0.8; 
    color: #2b2b2b;
    padding:5px 0;
}
footer .foot-contact {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}
footer .foot-text{
    border-top: 1px solid #ffffff1a;  
    padding: 10px 0px;
}
footer .foot-text span{
    display: block;
}
@media(max-width:992px){ 
    .footer{
        padding:40px 0 20px 0;
    }
    footer .foot-contact {
        width: 100%;
    }
    footer .foot-text span{
        float: none;
    } 
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    bottom:20%;
    right:-80px;
    z-index:999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.float-box.active{
    right:10px;
}
.float-box ul li{
    text-align: center;
    position: relative;
}
.float-box ul li a{
    color:#fff;
    display: block;
    padding: 8px 14px;
    border-radius: 3px;
    background: #00169d;
}
.float-box ul li a span{
    font-size: 18px;
    font-weight: bold;
}
.float-box ul li:hover a{
    color: #fff;
}
/* 手机底部 */
.m-footer{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    display: none;
    z-index:999;
}
.m-footer ul{
    margin:0;
    overflow: hidden;
}
.m-footer ul li{
    width:25%;
    height:50px;
    float: left;
    background:#3b3b3b;
    border-left:1px solid rgba(255,255,255,0.7);
    text-align: center;
    line-height: 50px;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    color:#fff;
}
@media(max-width:991px){
    footer{
        margin-bottom:30px;
    }
    .m-footer{
        display: block;
    }
}
.pre-next{
    font-size: 14px;
}
/* 页码 */
.page-box{
    text-align: center;
    font-size: 14px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin: 0px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#00169d !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}
@media (max-width:991px){ 
    .page-box .pagination a{
        padding: 3px 12px;
    }
}